Merge "Remove fully initialized debug message, dubiously useful"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 13 Jan 2017 01:26:31 +0000 (01:26 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 13 Jan 2017 01:26:31 +0000 (01:26 +0000)
1  2 
includes/Setup.php

diff --combined includes/Setup.php
@@@ -499,6 -499,10 +499,6 @@@ if ( $wgDebugToolbar && !$wgCommandLine
        MWDebug::init();
  }
  
 -if ( !class_exists( 'AutoLoader' ) ) {
 -      require_once "$IP/includes/AutoLoader.php";
 -}
 -
  // Reset the global service locator, so any services that have already been created will be
  // re-created while taking into account any custom settings and extensions.
  MediaWikiServices::resetGlobalInstance( new GlobalVarConfig(), 'quick' );
@@@ -876,7 -880,6 +876,6 @@@ if ( !$wgCommandLineMode ) 
        Pingback::schedulePingback();
  }
  
- wfDebug( "Fully initialised\n" );
  $wgFullyInitialised = true;
  
  Profiler::instance()->scopedProfileOut( $ps_extensions );